PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListField Class / setIsCommittedOnSelectionChange Method
True if the new value shall be committed as soon as a selection is made (commonly with the pointing device).
In This Topic
    setIsCommittedOnSelectionChange Method
    In This Topic
    Sets a value indicating whether the new value shall be committed as soon as a selection is made.
    This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If clear, the new value is not committed until the user exits the field.
    Syntax
    public void setIsCommittedOnSelectionChange( 
       boolean value
    )

    Parameters

    value
    True if the new value shall be committed as soon as a selection is made (commonly with the pointing device).
    See Also